home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Toolbox
/
Visual Basic Toolbox (P.I.E.)(1996).ISO
/
dll_gen
/
dll4vb
/
simple.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-09-08
|
162b
|
10 lines
// Header file for Simple DLL
#ifndef __SIMPLE_H
#define __SIMPLE_H
#include <windows.h>
extern "C" int FAR pascal _export SquareInt( int x );
#endif